home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / CROM017.ZIP / CROMTAG.DOC < prev    next >
Encoding:
Text File  |  1996-01-21  |  6.7 KB  |  174 lines

  1. CROMTAG  -  A tagline util for timEd (v1.10 and above) by Dana Booth at
  2.             1:138/179 or crom@eskimo.com
  3.  
  4.  
  5. -----------------------------
  6.  
  7. FILELIST:
  8.  
  9.      cromcfg.exe  -  The setup util
  10.      cromtag.exe  -  The tagline insertion program
  11.      cromline.exe -  The custom origin line utility
  12.      cromline.add -  Sample address file for cromline.exe
  13.      cromline.lin -  Sample origin line file for cromline.exe
  14.      csteal.exe   -  The tagline 'stealing' utility
  15.      tag.bat      -  Batch file to get you started (explained below)
  16.      tag.lin      -  Ascii text file of taglines (of course you can edit
  17.                      this, I just borrowed some from some other guy's
  18.                      tagline util *G*)
  19.      timkeys.sam  -  Sample TIMKEYS.CFG file for using csteal.exe
  20.  
  21.  
  22. -----------------------------
  23.  
  24. OVERVIEW:
  25.  
  26.      This is a simple little tagline insertion utility that'll work just
  27.      fine with timEd's internal editor, and will also work just as well
  28.      using an external editor. However, I wouldn't recommend using this
  29.      utility if you're one of those folks with a jillion taglines, it would
  30.      run too slow. If you only have a few hundred or so taglines, or
  31.      less, this little program will be all you need.
  32.  
  33.  
  34. -----------------------------
  35.  
  36. HISTORY:
  37.  
  38.      One day, in the ARTWARE echo, a fellow asked about using taglines with
  39.      the internal editor. Several folks answered back, in the days that
  40.      followed, and told him that it couldn't be done. I thought, hey,
  41.      timEd writes a file to disk whenever it does its PGP and Spellchecker
  42.      routines, so why couldn't you insert a tagline instead? So I made a
  43.      small qbasic routine, and a few people started using it. (a very few
  44.      *G*) One fellow said that he used my little qbasic utility, and asked
  45.      that if I ever re-write it, could I make it do random taglines? Thus
  46.      was born the version that you have now... I sat down, and actually
  47.      re-wrote it in earnest, made it faster, compiled it, etc., etc.
  48.      Anyway, now you know. *G*
  49.  
  50.      Keep in mind that I'm by no means any sort of programmer. This is a
  51.      very simple routine that anyone could have made. :)
  52.  
  53.  
  54. -----------------------------
  55.  
  56. INSTALLATION:
  57.  
  58.      In timEd, version 1.10 and above, you have the opportunity to choose
  59.      to do a spellcheck, a PGP message encryption, or a PGP message
  60.      signing. In order to accomplish this, you have to define, in
  61.      timed.cfg, the action to execute when you choose either of these
  62.      options. The defining keywords are EXESPELL, EXECRYPT, and EXESIGN. If
  63.      you don't use one of those keywords in timed.cfg, then you can define
  64.      it to run the tagline utility, here's how: (using the EXECRYPT keyword
  65.      for the purpose of this example)
  66.  
  67.      1 - Copy all the files in this archive to your timEd directory.
  68.  
  69.      2 - Using any text editor, open timed.cfg
  70.  
  71.      3 - insert the EXECRYPT keyword, followed by 'tag.bat', i.e.:
  72.  
  73.          EXECRYPT tag.bat
  74.  
  75.      4 - If you use an external editor, and call it from a batch file, be
  76.          sure to have the batch file change back to the timEd directory
  77.          before returning control back to timEd.
  78.  
  79.      5 - Run the setup utility, 'cromcfg.exe'. You can run this at any
  80.          time, so don't worry that your answers are written in stone. *G*
  81.  
  82.      6 - If you plan to use the tagline stealing utility, 'csteal.exe',
  83.          then modify your 'timkeys.cfg' file, inserting the line in the
  84.          sample file, 'timkeys.sam', in this archive.
  85.  
  86.      You're ready to go!
  87.  
  88.      If you have the PGP and Spellcheck options already in use, then modify
  89.      the 'tag.bat' file, inserting the dos 'choice' command, so you can use
  90.      either the tagline utility or the PGP/Spellchecker option. Example:
  91.  
  92.      @echo off
  93.       cls
  94.       choice /c12 (1)for taglines (2)for encryption
  95.       if errorlevel 2 goto encrypt
  96.       if errorlevel 1 goto taglines
  97.      :taglines
  98.       cromtag
  99.       goto end
  100.      :encrypt
  101.       cd\pgp
  102.       pgp -sea c:\timed\timed.msg -o c:\timed\timed.asc
  103.       cd\timed
  104.       rem>timed.msg
  105.       del timed.msg
  106.       copy timed.asc timed.msg
  107.       del timed.asc
  108.      :end
  109.  
  110.  
  111. -----------------------------
  112.  
  113. OPERATION:
  114.  
  115.      If you use the external editor, then you must choose the PGP or
  116.      Spellchecker option that you installed it under when you edit the
  117.      header of your message, by hitting [alt]+s. If you're using the
  118.      internal editor, you can do the same, and you also have the
  119.      opportunity to bring up the 'save message' menu, which contains the
  120.      PGP/Spellcheck options, by hitting 'F10' before saving your post.
  121.  
  122.      *note* you may also define another keyword in timed.cfg to tell timEd
  123.      to always use the spellcheck option. 'spellcheck_default yes' The PGP
  124.      options do not have a similar keyword.
  125.  
  126.      When you save your post, the taglines will appear (if you did not
  127.      choose to have CromTag insert random taglines), and the chosen tagline
  128.      will be inserted, it's pretty easy.
  129.  
  130.  
  131. -----------------------------
  132.  
  133. TAGLINE STEALING:
  134.  
  135.      If you use the sample, 'timkeys.sam', and insert that into your
  136.      timkeys.cfg file, you can steal taglines by hitting the 'F4' key while
  137.      in the reader. The stolen taglines are written to CromTag's tagline
  138.      text file, 'tag.lin'. However, csteal.exe will accept a
  139.      [[drive:\]path]filename as a command line parameter, if you choose to
  140.      write the taglines to a different file. It will steal tags from
  141.      'normal' tagline generators (...), Terminate (.!.), all versions of
  142.      OLX, the Wildcat! editor (WCE), the MR/2 offline reader, QMPro, RM
  143.      (whatever that one is *G*), OFFLINE (above version 1.52), KWQ, and
  144.      KWQ/2.
  145.  
  146.      I add more as I see them in the echos. *G*
  147.  
  148.  
  149. -----------------------------
  150.  
  151. CUSTOM ORIGIN LINES:
  152.  
  153.      Included in this archive is the custom origin line utility. It was
  154.      made as an afterthought actually, using basically the same program as
  155.      cromtag.exe, and changing a few lines. To run 'cromline.exe', you set
  156.      it up basically the same way you would set up cromtag, but, you can
  157.      only use this utility from the 'spellcheck' option. The 'cromline.add'
  158.      file is the file that cromline.exe reads to get the address from you
  159.      that it'll need to put on the origin line, and the 'cromline.lin' file
  160.      is the file that cromline.exe reads to get the custom origin line from
  161.      you. You have to modify these files to suit you.
  162.  
  163.  
  164. -----------------------------
  165.  
  166. OTHER STUFF:
  167.  
  168.      I hope you enjoy these little programs. If you do, would you write me a
  169.      letter at 1:138/179 or crom@eskimo.com?
  170.  
  171.      Thanks - Dana Booth (the guy who made the stuff)
  172.  
  173.  
  174.